home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-07-12 | 1.5 KB | 41 lines | [TEXT/KAHL] |
- HFS EXAMPLE
- Modified by John Pence, MacMan, Inc., Houston Texas.
- from MacTutor, Jan,86 issue
- "Programming for HFS" by Miki Schuster.
-
- A "must have" for the serious programmer
- MACTUTORâ„¢ P.O BOX 400
- PLACENTIA, CA 92670
- (714) 630-3730
-
-
- To compile and run the hfs example project from MacTutor
- your project must contain the following:
-
-
-
- hfs.c* ( modified for lightspeed already, otherwise same as
- in article)
- MacTraps (Lightspeed file)
- stdio (Lightspeed file)
- strings (Lightspeed file)
- mmstr* (contains strntac() and strtac(), include as is or build from
- the file mmstr.c as a project)
- pbcall.lib* (build this from the pbcall.asm* file or convert
- from the pbcall.rel* file , or just use the
- pbcall.lib* file)
-
-
- * included with this file in this packit.
-
- I had some problems with Lightspeeds relconv program.
- apparently it dislikes labels that contain digits, or at least that end
- with digits. And don't forget the XDEFS for each function label in the
- .asm file. MDS assember does not add case information to rel files.
- Therefore, relconv looks in a file named the same as the file being
- converted (only with a .voc extension) for labels that match the labels
- in the .rel file. If it finds a match, it uses the label (including its
- case) instead of the matching label as found in the .rel file(lower case)
- So, thats why the file pbcall.voc is in this packit.
-
- Enjoy- John Pence- [MACMAN]